home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSPOOLINGDLG / TSPOOLINGDLG.txt
Text File  |  2005-06-02  |  922b  |  46 lines

  1. object SpoolingDlg: TSpoolingDlg
  2.   Left = 419
  3.   Top = 292
  4.   BorderStyle = bsDialog
  5.   Caption = 'Impression'
  6.   ClientHeight = 72
  7.   ClientWidth = 183
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ProgressLabel: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 119
  26.     Height = 13
  27.     Caption = 'Envoi du rapport vers l'#39'imprimante'
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 56
  31.     Top = 40
  32.     Width = 75
  33.     Height = 23
  34.     Cancel = True
  35.     Caption = 'Annuler'
  36.     TabOrder = 0
  37.     OnClick = CancelBtnClick
  38.   end
  39.   object Timer1: TTimer
  40.     Interval = 500
  41.     OnTimer = Timer1Timer
  42.     Left = 153
  43.     Top = 40
  44.   end
  45. end
  46.